Circuit Breaking
You have the option to provide automated failure protection by enabling circuit breaking on any flag. See the instructions for how to edit a flag to do so.
Circuit Breaking in Tailslide consists of these four steps:
- Success/Failure Emission via the
emitSuccess
andemitFailure
methods included in the SDK - Timeseries Data Storage
- Error Rate and Circuit State Evaluation
- Circuit State Change Propagation
The final three steps are taken care of automatically by Tailslide for every enabled circuit.